home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
fndation.arc
/
MENU.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1985-11-08
|
109 b
|
11 lines
echo off
cls
c:
cd \dos
if '%1'=='2' goto menu2
type menu.txt
goto end
:menu2
type menu2.txt
:end